ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _ScrollableView<TOwnerView> Class / _scrollTo Method

In This Topic
    _scrollTo Method (_ScrollableView<TOwnerView>)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub _scrollTo( _
       ByVal x As Double, _
       ByVal y As Double _
    ) 
    public void _scrollTo( 
       double x,
       double y
    )

    Parameters

    x
    y
    See Also